Add swift 6 support#120
Conversation
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e76e4a3eb6
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| @@ -1,4 +1,4 @@ | |||
| // swift-tools-version:5.9 | |||
| // swift-tools-version:6.1 | |||
There was a problem hiding this comment.
Keep Swift 6.0 toolchains able to resolve the package
With this manifest header, SwiftPM treats the package as requiring Swift tools 6.1 or newer, so clients still on Xcode 16.0–16.2 / Swift 6.0 cannot even resolve ComponentsKit despite this change being described as Swift 6 support. I don't see any 6.1-only PackageDescription API in the manifest, so this should stay at a Swift 6.0-compatible tools version unless dropping Swift 6.0 toolchains is intended.
Useful? React with 👍 / 👎.
No description provided.